Einhugur macOS Bridge plugin.

NSView.Hidden Property

A Boolean value indicating whether the view is hidden.

Hidden as Boolean {Read and Write}

Remarks

This property reflects the state of the current view only. The property does not account for the state of the view’s ancestors in the view hierarchy. Thus, if the view has a hidden ancestor, the value of this property may still be NO even though the view itself is not visible.

See Also

NSView Class